hip.util.algorithm

Undocumented in source.

Members

Aliases

copyInto
alias copyInto = copy

An alias made of std.algorithm.mutation.copy for the intention to be clearer since the from is the first argument

Functions

array
ReturnType!(Range.front)[] array(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.
find
int find(T[] array, bool function(T val) pred)
Undocumented in source. Be warned that the author may not have intended to support it.
findLast
int findLast(T[] array, bool function(T val) pred)
Undocumented in source. Be warned that the author may not have intended to support it.
map
auto map(Range range, To delegate(From data) func)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Q range, T[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
swap
void swap(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

map (from std.algorithm.iteration)
public import std.algorithm.iteration : map;
Undocumented in source.

Meta